Socket
Socket
Sign inDemoInstall

get-symbol-from-current-process-h

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-symbol-from-current-process-h

C function to get a symbol from the current process


Version published
Weekly downloads
68K
increased by10.46%
Maintainers
1
Weekly downloads
 
Created
Source

get-symbol-from-current-process-h

C function to get a symbol from the current process

Greenkeeper badge

NPM Version NPM Downloads Build Status Coverage Status Dependency Status

The information presented below is specific to usage for building with npm and gyp.

Installation

Install with npm:

$ npm install get-symbol-from-current-process-h

Usage

In your binding.gyp:

    'include_dirs': ["<!@(node -p \"require('get-symbol-from-current-process-h').include\")"],

(Just have "<!@(node -p \"require('get-symbol-from-current-process-h').include\")" somewhere in that list, ok?)

In your C code:

#include <get-symbol-from-current-process.h>

void* sym = get_symbol_from_current_process("foobar");

Keywords

FAQs

Package last updated on 24 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc